Conditions | 1 |
Total Lines | 8 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | /*eslint max-len: ["error", { "code": 120 }]*/ |
||
7 | render() { |
||
8 | return ( |
||
9 | <footer id="site-footer"> |
||
10 | <div className="me-tag"> |
||
11 | <img src={meSmallImage} alt="Paul Moreland" /> |
||
12 | <p>Paul Moreland är student hos Blekinge Tekniska Högskola och studerar Webbprogrammering</p> |
||
13 | </div> |
||
14 | </footer> |
||
15 | ); |
||
20 |